home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m10rev.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  255 b   |  13 lines

  1. on exitFrame
  2.   if rollOver(17) then
  3.     puppetSprite(17, 1)
  4.     set the castNum of sprite 17 to cast "b038.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 17 to cast "b038"
  8.     updateStage()
  9.   end if
  10.   mainMenuRollovers()
  11.   go(the frame)
  12. end
  13.